TextEditingEventArgs(string, int, int, Window)

Constructor

Namespace: Imagini

Declared in: Imagini.TextEditingEventArgs


Creates a new event args object.

Syntax

public TextEditingEventArgs(
	string text,
	int start,
	int length,
	Window window
)

Parameters

window

Target window. If null, the currently focused window is used.


Back to index